From 507ca2b3411269a9e747fa7b61ae5b641f375753 Mon Sep 17 00:00:00 2001 From: Ryan Tandy Date: Sun, 18 Oct 2020 17:03:46 +0100 Subject: [PATCH] Replace upstream version with Debian version in version strings Forwarded: not-needed Gbp-Pq: Name debian-version --- build/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.sh b/build/version.sh index e3bca1c7..aeafe982 100755 --- a/build/version.sh +++ b/build/version.sh @@ -40,7 +40,7 @@ echo OL_PATCH=$ol_patch echo OL_API_INC=$ol_api_inc echo OL_API_LIB_RELEASE=$ol_api_lib_release echo OL_API_LIB_VERSION=$ol_api_lib_version -echo OL_VERSION=$ol_version +echo OL_VERSION=\"${DEB_VERSION:-$ol_version}\" echo OL_TYPE=$ol_type echo OL_STRING=\"${ol_string}\" echo OL_RELEASE_DATE=\"${ol_release_date}\" -- 2.30.2